hip.windowing.platforms.browser

Undocumented in source.

Members

Aliases

destroy_GL_Context
alias destroy_GL_Context = hip.windowing.platforms.null_.destroy_GL_Context
Undocumented in source.
initializeOpenGL
alias initializeOpenGL = hip.windowing.platforms.null_.initializeOpenGL
Undocumented in source.
poll
alias poll = hip.windowing.platforms.null_.poll
Undocumented in source.
setFullscreen
alias setFullscreen = hip.windowing.platforms.null_.setFullscreen
Undocumented in source.
setVsyncActive
alias setVsyncActive = hip.windowing.platforms.null_.setVsyncActive
Undocumented in source.
setWindowName
alias setWindowName = hip.windowing.platforms.null_.setWindowName
Undocumented in source.
show
alias show = hip.windowing.platforms.null_.show
Undocumented in source.
swapBuffer
alias swapBuffer = hip.windowing.platforms.null_.swapBuffer
Undocumented in source.

Functions

WasmGetWindowSize
ubyte* WasmGetWindowSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WasmSetWindowSize
void WasmSetWindowSize(int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getWindowSize
int[2] getWindowSize(void* WindowHandle, string[] errors)

Returns [width, height]

openWindow
void openWindow(int width, int height, void* WindowHandle)
Undocumented in source. Be warned that the author may not have intended to support it.
setWindowSize
void setWindowSize(int width, int height, void* WindowHandle, string[] errors)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta